Skip to main content

Properties (15)

Property Type Default Required Description
appId⚓︎ string x

The unique application identifier located within a specific application directory instance.

contactEmail⚓︎ string x x

Optional e - mail to receive queries about the application.

customConfig⚓︎ PropertiesObject x x

An optional set of name value pairs that can be used to deliver custom data from an App Directory to a launcher.

description⚓︎ string x x

Description of the application.This will typically be a 1 - 2 paragraph style blurb about the application.Allow mark up language.

icons⚓︎ IconV1[] x x

Holds Icons used for the application, a Launcher may be able to use multiple Icon sizes or there may be a 'button' Icon.

images⚓︎ ImageV1[] x x

Array of images to show the user when they are looking at app description.Each image can have an optional description / tooltip.

intents⚓︎ Intent[] x x

The list of intents implemented by the Application

manifest⚓︎ string x

URI or full JSON of the application manifest providing all details related to launch and use requirements as described by the vendor. The format of this manifest is vendor specific, but can be identified by the manifestType attribute.

manifestType⚓︎ string x

The manifest type which relates to the format and structure of the manifest content. The definition is based on the vendor specific format and definition outside of this specification.

name⚓︎ string x

Application name. Should be unique.

publisher⚓︎ string x x

The name of the company that owns the application.The publisher has control over their namespace / app / signature.

supportEmail⚓︎ string x x

Optional e - mail to receive support requests for the application.

title⚓︎ string x x

The title of the application. Sets the window's title.

tooltip⚓︎ string x x

Optional tooltip description e.g. for a launcher.

version⚓︎ string x x

Application version.